explicit specialization meaning in English
显式特化
Examples
- Explicit specialization is not allowed as a copy constructor and copy assignment operator
不允许将显式专用化作为复制构造函数和复制赋值运算符。 - C does not support explicit specialization ; that is , a custom implementation of a template for a specific type
C #不支持显式专用化,即特定类型的模板的自定义实现。 - An explicit specialization shall be declared in the namespace of which the template is a member , or , for member templates , in the namespace of which the enclosing class or enclosing class template is a member
一个显式的特化应该声明在它所在的名域中,对于成员模板来说,应该在声明于它所嵌的类所在的名域中。